-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Expose additional ports for sessions internally #2084
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2084 +/- ##
==========================================
+ Coverage 85.52% 85.56% +0.03%
==========================================
Files 224 225 +1
Lines 7440 7460 +20
Branches 520 525 +5
==========================================
+ Hits 6363 6383 +20
Misses 911 911
Partials 166 166 ☔ View full report in Codecov by Sentry. |
API Changelog 4.15.1.dev16+g666faf68GET /api/v1/projects/{project_slug}/models
POST /api/v1/projects/{project_slug}/models
GET /api/v1/projects/{project_slug}/models/{model_slug}
PATCH /api/v1/projects/{project_slug}/models/{model_slug}
GET /api/v1/projects/{project_slug}/models/{model_slug}/provisioning
GET /api/v1/projects/{project_slug}/tools
POST /api/v1/projects/{project_slug}/tools
GET /api/v1/sessions
POST /api/v1/sessions
GET /api/v1/sessions/{session_id}
GET /api/v1/tools
POST /api/v1/tools
GET /api/v1/tools/*/versions
GET /api/v1/tools/default
GET /api/v1/tools/{tool_id}
PUT /api/v1/tools/{tool_id}
GET /api/v1/users/{user_id}/sessions
|
A Storybook preview is available for commit 666faf6. |
d666f64
to
76a0629
Compare
a9c0e03
to
a5c867e
Compare
This comment has been minimized.
This comment has been minimized.
76a0629
to
e51298e
Compare
Expose additional configurable ports for tools in the user-internal network. Example use-case would be to expose an additional REST API, which can be used by a another session to automate tasks.
a5c867e
to
ca7eefd
Compare
Quality Gate passedIssues Measures |
Expose additional configurable ports for tools in the user-internal network. Example use-case would be to expose an additional REST API, which can be used by a another session to automate tasks.
I'll show in a video how this could look like (using the REST API from https://github.com/DSD-DBS/capella-addons):
2024-12-11.16-18-02.mp4